home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / tutorials / geometer / Theorems / proofs / Medians.T < prev    next >
Encoding:
Text File  |  1994-08-02  |  1.4 KB  |  31 lines

  1. .geometry "version 0.1";
  2. v1 = .free(-0.328804, -0.271739, "A");
  3. v2 = .free(-0.00271739, 0.225543, "C");
  4. v3 = .free(0.589674, -0.274457, "B");
  5. l1 = .l.vv(v1, v2);
  6. l2 = .l.vv(v2, v3);
  7. l3 = .l.vv(v3, v1);
  8. v4 = .v.vvmid(v1, v2, .plus, "B'");
  9. v5 = .v.vvmid(v2, v3, .plus, "A'");
  10. v6 = .v.vvmid(v3, v1, .L0, .plus, "C'");
  11. l4 = .l.vv(v2, v6, .L0);
  12. l5 = .l.vv(v3, v4);
  13. l6 = .l.vv(v1, v5);
  14. l7 = .l.vv(v4, v5, .red, .L2, .L3, .L4, .L5, .L6, .L7, .L8, .L9, .L10, .L11, .L12, .L13, .L14, .L15);
  15. v7 = .v.ll(l6, l4, "O");
  16. .text("Theorem:  The three medians of a triangle meet in a point,", .L0);
  17. .text("          and that point is 2/3 of the distance from the", .L0);
  18. .text("          vertex to the middle of the opposite edge.", .L0);
  19. .text("", .L0);
  20. .text("In the figure, AA', BB', and CC' all meet at O, and", .L0);
  21. .text("AO = 2 OA', BO = 2 OB' and CO = 2 OC'", .L0);
  22. .text("To prove the theorem, show that any two medians, say AA' and BB'", .L1);
  23. .text("meet at a point 2/3 of the distance from the triangle vertex.", .L1);
  24. .text("Since it is true of any pair, all three will meet in a point.", .L1);
  25. .text("Construct the line A'B'.  Since A' and B' bisect CA and CB, the", .L2);
  26. .text("triangles CB'A' and CAB are similar.  Therefore AB is parallel", .L2);
  27. .text("to B'A' and B'A' is half the length of AB.", .L2);
  28. .text("", .L2);
  29. .text("Therefore triangle B'OA' is similar to BOA, and since B'A' is", .L2);
  30. .text("half the length of AB, AO = 2 OA' and BO = 2 OB'.  QED.", .L2);
  31.